gh-138061: Exclude __pycache__ directory from the computed digest in the jit stencils#138131
Conversation
diegorusso
left a comment
There was a problem hiding this comment.
Thanks! LGTM but I'd like a second opinion on it.
|
I'm also 50/50 for the news file. Let's wait a second opinion. |
|
I tested this change and it helped. |
|
Ok, let's try to progress this. Can you create a news file? Click on bedevere/news in the failed checks and follow the instructions. Focus more on the purpose of the PR from the user point of view. |
|
@diegorusso Thanks for reviews, |
…st in the JIT stencils (python#138131) Exclude the __pycache__ directory when generating the digest in the JIT stencils
https://build.opensuse.org/request/show/1304274 by user dgarcia + anag_factory - Add gh138131-exclude-pycache-from-digest.patch fixing reproducible build for python-nogil. (bsc#1244680, gh#python/cpython#138131)
|
Thanks @alonme for the PR, and @diegorusso for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @alonme for the PR, and @diegorusso for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…st in the JIT stencils (pythonGH-138131) Exclude the __pycache__ directory when generating the digest in the JIT stencils (cherry picked from commit d3d94e0) Co-authored-by: alm <alonme@users.noreply.github.com>
…st in the JIT stencils (pythonGH-138131) Exclude the __pycache__ directory when generating the digest in the JIT stencils (cherry picked from commit d3d94e0) Co-authored-by: alm <alonme@users.noreply.github.com>
|
GH-142481 is a backport of this pull request to the 3.13 branch. |
|
GH-142482 is a backport of this pull request to the 3.14 branch. |
Fix #138061